home *** CD-ROM | disk | FTP | other *** search
- object BDialog: TBDialog
- Left = 377
- Top = 161
- BorderStyle = bsDialog
- Caption = 'BDialog'
- ClientHeight = 231
- ClientWidth = 223
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- OnClose = FormClose
- OnShow = FormShow
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 20
- Width = 54
- Height = 13
- Caption = 'B.A.Text:'
- end
- object Label2: TLabel
- Left = 8
- Top = 60
- Width = 33
- Height = 13
- Caption = 'B.Arr:'
- end
- object Edit1: TEdit
- Left = 76
- Top = 16
- Width = 129
- Height = 20
- TabOrder = 0
- Text = 'Edit1'
- OnChange = Edit1Change
- end
- object Grid: TStringGrid
- Left = 76
- Top = 60
- Width = 129
- Height = 161
- ColCount = 1
- DefaultColWidth = 126
- DefaultRowHeight = 15
- FixedCols = 0
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
- RowCount = 10
- ScrollBars = ssNone
- TabOrder = 1
- end
- object Button1: TButton
- Left = 8
- Top = 192
- Width = 61
- Height = 29
- Cancel = True
- Caption = 'Close'
- ModalResult = 1
- TabOrder = 2
- end
- end
-